home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / ACCEPT.H < prev    next >
C/C++ Source or Header  |  1997-05-22  |  160b  |  11 lines

  1. #ifdef WIN32
  2. BOOL CALLBACK
  3. #else
  4. BOOL FAR PASCAL
  5. #endif
  6. AcceptDlgProc(HWND, UINT, WPARAM, LPARAM);
  7.  
  8. int GetAcceptText(LPSTR);
  9.  
  10. #define IDD_EDIT 100
  11.